home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / DEMO / M10USWEB.exe / RCDATA / CABINET / iuevid.swf / scripts / DefineButton2_137 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2001-06-21  |  113b  |  8 lines

  1. on(rollOver){
  2.    tellTarget("/nav_bar/titles")
  3.    {
  4.       gotoAndStop("insight_in");
  5.       play();
  6.    }
  7. }
  8.